バージョン

LayoutManager(String,LayoutManagerModel) メソッド

指定された ID とモデルで LayoutManager を描画します。
シンタックス
'宣言
 
Public Overloads Function LayoutManager( _
   ByVal id As System.String, _
   ByVal LayoutManagerModel As LayoutManagerModel _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString LayoutManager( 
   System.string id,
   LayoutManagerModel LayoutManagerModel
)

パラメータ

id
id。
LayoutManagerModel
レイアウト マネージャー モデル。

戻り値の型

HTML エンコードされた文字列
例外
例外解説
System.ArgumentNullException id または TileManagerModel
System.ArgumentExceptionThe exception that is thrown when one of the arguments provided to a method is not valid.
参照

オンラインで表示: GitHub